Update .desktop file and add terminal flavor
authorRob Browning <rlb@defaultvalue.org>
Sat, 5 Sep 2015 17:55:26 +0000 (12:55 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 19 Sep 2015 19:39:31 +0000 (14:39 -0500)
debian/emacsVER.desktop

index 879672e04c1df5887865c15bafdceadbaeb29a3f..cd01e928b0ec5fc38c46a8b05348d410f0de7317 100644 (file)
@@ -1,12 +1,25 @@
 [Desktop Entry]
 Version=1.0
-Name=GNU Emacs @MENU_VERSION@
+Name=GNU Emacs @MENU_VERSION@ (GUI)
 GenericName=Text Editor
-Comment=View and edit files
+Comment=GNU Emacs is an extensible, customizable text editor - and more
 MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+TryExec=/usr/bin/@DEB_FLAVOR@
 Exec=/usr/bin/@DEB_FLAVOR@ %F
-TryExec=@DEB_FLAVOR@
 Icon=@DEB_FLAVOR@
 Type=Application
 Terminal=false
 Categories=Utility;Development;TextEditor;
+
+[Desktop Entry]
+Version=1.0
+Name=GNU Emacs @MENU_VERSION@ (Terminal)
+GenericName=Text Editor
+Comment=GNU Emacs is an extensible, customizable text editor - and more
+MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+TryExec=/usr/bin/@DEB_FLAVOR@
+Exec=/usr/bin/@DEB_FLAVOR@ -nw %F
+Icon=@DEB_FLAVOR@
+Type=Application
+Terminal=true
+Categories=Utility;Development;TextEditor;